home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / rptworks / abortfrm.dfm / abortfrm.txt
Encoding:
Text File  |  1996-09-15  |  1.3 KB  |  68 lines

  1. object AbortForm: TAbortForm
  2.   Left = 200
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing...'
  7.   ClientHeight = 112
  8.   ClientWidth = 265
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 233
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Label1'
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'System'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 32
  33.     Width = 233
  34.     Height = 16
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Label2'
  38.     Font.Color = clWindowText
  39.     Font.Height = -13
  40.     Font.Name = 'System'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 48
  47.     Width = 233
  48.     Height = 16
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = 'Label3'
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'System'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object BitBtn1: TBitBtn
  59.     Left = 88
  60.     Top = 80
  61.     Width = 89
  62.     Height = 27
  63.     TabOrder = 0
  64.     OnClick = BitBtn1Click
  65.     Kind = bkAbort
  66.   end
  67. end
  68.